home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / misc / IChing.lha / IChing / IChingImages.c < prev    next >
C/C++ Source or Header  |  2001-07-11  |  980b  |  23 lines

  1. /***************************************
  2. **    ICHINGIMAGES.C  Trigram Images
  3. **                    for the I Ching
  4. **                    program.
  5. **
  6. **    LAST CHANGED:   9/6/88
  7. **
  8. ****************************************/
  9.  
  10. #include <intuition/intuitionbase.h>
  11. #include "IChingImages.h"
  12.  
  13. static struct   Image Tri0 = { 0,0,86,27,4, ic_heaven,   0x0F, 0x00, NULL };
  14. static struct   Image Tri1 = { 0,0,51,27,4, ic_earth,    0x0F, 0x00, NULL };
  15. static struct   Image Tri2 = { 0,0,86,27,4, ic_thunder,  0x0F, 0x00, NULL };
  16. static struct   Image Tri3 = { 0,0,86,27,4, ic_wind,     0x0F, 0x00, NULL };
  17. static struct   Image Tri4 = { 0,0,86,27,4, ic_water,    0x0F, 0x00, NULL };
  18. static struct   Image Tri5 = { 0,0,86,27,4, ic_fire,     0x0F, 0x00, NULL };
  19. static struct   Image Tri6 = { 0,0,86,27,4, ic_mountain, 0x0F, 0x00, NULL };
  20. static struct   Image Tri7 = { 0,0,86,27,4, ic_marsh,    0x0F, 0x00, NULL };
  21.  
  22. /* -------------------- End of IChingImages.c ------------------------ */
  23.